Welcome![Sign In][Sign Up]
Location:
Search - linux 2.4.20

Search list

[OS programlinux-2.4.20.tar

Description: LINUX 2.4.20 源代码 学LINUX的人很有用哦-Linux 2.4.20 Linux source code of learning useful oh
Platform: | Size: 33963814 | Author: 吴宝举 | Hits:

[OS programlinux-2.4.20

Description: linux内核源代码,对于程序开发人员具有很大的参考价值。-Linux kernel source code, developers have great reference value.
Platform: | Size: 38186535 | Author: 邵书超 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixmmc_2440_handheld.org

Description: The sd/mmc driver of linux 2.4.20 , it is much better than the one form samsung (good performance)-The sd/-3.4 driver of Linux 2.4.20, it is much better than the one form samsung (good performance)
Platform: | Size: 371712 | Author: 謝喜源 | Hits:

[OS programlinux-2.4.20.tar

Description: LINUX 2.4.20 源代码 学LINUX的人很有用哦-Linux 2.4.20 Linux source code of learning useful oh
Platform: | Size: 33964032 | Author: 幸运星 | Hits:

[OS programlinux-2.4.20

Description: linux内核源代码,对于程序开发人员具有很大的参考价值。-Linux kernel source code, developers have great reference value.
Platform: | Size: 38185984 | Author: 邵书超 | Hits:

[OS Developlinux-2.4.20-rtl

Description: 该文件是rt_linux,实现linux的实时功能-rt_linux the document is to achieve real-time functional linux
Platform: | Size: 38354944 | Author: 戴文 | Hits:

[Linux-UnixLinux2410_usb

Description: linux2.4.20下的针对三星公司的s3c2410的usb模块驱动代码-linux2.4.20 against the Samsung company s3c2410 the usb driver code module
Platform: | Size: 1566720 | Author: 贾军 | Hits:

[SCMLinux2410_kernel

Description: Linux2.4.20针对三星公司的s3c2410开发板的内核改造。-Linux2.4.20 against Samsung s3c2410 development of the kernel plate transformation.
Platform: | Size: 150528 | Author: 贾军 | Hits:

[Linux-UnixLinux2410_device

Description: Linux2.4.20针对三星公司的s3c2440内核基础上的一些设备驱动代码-Linux2.4.20 against Samsung companies s3c2440 kernel based on the displacement of some equipment move code
Platform: | Size: 264192 | Author: 贾军 | Hits:

[Embeded Linuxfimc20_camera_rel1.0

Description: 用于三星S3C2440A和S3C24A0A的VGA或SXGA驱动程序,操作系统为Linux2.4.20-for Samsung S3C2440A and S3C24A0A VGA or SXGA driver, Operating System for Linux2.4.20
Platform: | Size: 222208 | Author: 庄先生 | Hits:

[Embeded Linuxlinux-2.4.18.tar

Description: 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核-Kernel linux2.4.20, can be composed with rtlinux3.2 patching linux real-time system, compile the kernel
Platform: | Size: 30108672 | Author: leila | Hits:

[Linux-Unixs3c2440-rtc

Description: 标准linux 2.4.20 针对ds1302 的RTC 源码,具有充电功能!-DS1302 standard for the linux 2.4.20 source RTC with charging function!
Platform: | Size: 33792 | Author: tanyunxin | Hits:

[Linux-Unixrtlinux-3.1

Description: 实时linux内核代码3.1版本,适合linux2。4.20,2.4.29内核-Real-time linux kernel code 3.1 version, suitable for linux2. 4.20,2.4.29 core
Platform: | Size: 663552 | Author: tingting | Hits:

[Driver Developntfs-3g-2009.4.4

Description: he NTFS-3G driver is a freely and commercially available and supported read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 file systems.
Platform: | Size: 712704 | Author: roy | Hits:

[Linux-Unixs3c2440_kernel2.4.20

Description: 三星S3C2440的 LINUX内核2.4.20-Samsung S3C2440 the LINUX kernel 2.4.20
Platform: | Size: 36329472 | Author: jiang | Hits:

[Embeded Linuxlighttpd-1.4.20

Description: linux 和 mtd 之间交互工具。包括write,erase,debug,jffs/jffs2文件系统的制作工具。-linux and mtd tools
Platform: | Size: 865280 | Author: stevenlv | Hits:

[Embeded-SCM Developfft-arm

Description: 一个用于ARM的基4/基5定点FFT算法,原作者是JDB,后来我扩展过16和256点的计算并用在项目中了,感觉速度还不错。现在重写了基于Linux GCC4的测试程序,可供使用者评估参考。建议安装FFTW3用来精确评估测试结果,相关范例已经在代码中了。-Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB, I had extended 16 and 256 candidates and used it in our project it has been verified as fast and stable. Now we add some test vectors running on Linux with GCC 4 for testers who want to use or just evaluate it. Installing FFTW3 is recommended for evaluating the code exactly.
Platform: | Size: 242688 | Author: Tony Gibson | Hits:

[Linux-UnixLinux_ker(2.4.20_8--2.6.18)

Description: Linux内核升级全过程(2.4.20-8到2.6.18)-Linux kernel upgrade the entire process (2.4.20-8 to 2.6.18)
Platform: | Size: 9216 | Author: hxw | Hits:

[Linux-Unixsnail

Description: 在Linux环境下,创建蜗牛型数组,并从命令行传递数组阶数,通过makefile实现自动编译-Create the below format number list(like a snail). If input is 3, the output should be: 1 2 3 8 9 4 7 6 5 If input is 4, the output should be: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7 If the input is 5, the output should be: 1 2 3 4 5 16 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9 The input should be in the command line, but not in your code internally.
Platform: | Size: 3072 | Author: FaLeFengLe | Hits:
« 12 3 4 »

CodeBus www.codebus.net